home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / binmail / README < prev    next >
Encoding:
Text File  |  1990-11-30  |  680 b   |  15 lines

  1. The files flock.c and flock.h are provided for those systems which
  2. don't have flock()
  3.  
  4. The file mhlock.c is to provide the LCK_BEL style locking available in
  5. 'mh'. This creates a lock file in the mail spool directory e.g. if the
  6. mail directory is '/usr/spool/mail' and there is a mailbox 'asjl' in
  7. there then a file '/usr/spool/mail/asjl.lock' will be created whilst
  8. mail is being delivered. This provides a safe mechanism for those who
  9. require locking over NFS mounted systems and who use this style of
  10. locking in their mail interface programs. Define MH_LCK_BEL in the
  11. Makefile if you want this behaviour.
  12.  
  13. Andy Linton <Andy.Linton@comp.vuw.ac.nz>
  14. Fri Nov 23 14:18:58 NZDT 1990
  15.